Reader Manager
interface ReaderManager
Tracks changes to the set of available readers and their state; provides pairing and removal capabilities for card readers.
Properties
Functions
Link copied to clipboard
Flashes LEDs on this reader to assist in identifying it.
Link copied to clipboard
Disconnects from the given ReaderInfo and "forgets" about it for future execution, returning it to a state before the reader was paired.
Link copied to clipboard
Gets a specific ReaderInfo by its id. Returns null
if no such reader is found.
Link copied to clipboard
Gets a snapshot of the current state of all known readers. The returned objects will not reflect changes to the readers' state after this method is called.
Link copied to clipboard
Begins scanning for a new Bluetooth reader. The scan will terminate after a timeout, or after one new reader is identified, whether that reader is paired successfully or not.
Link copied to clipboard